1/1
UDP EThernet Nexsys ddr
by DanielOvadia12 on Oct 9, 2024 |
DanielOvadia12
Posts: 1 Joined: Jul 11, 2024 Last seen: Nov 3, 2024 |
||
Hi,
i developed a Ethernet UDP\IP module via RMII using the device LAN8720A on the Nexsys DDR board my problem is that i can see the data only when i using wireshark wich put the NIC in promiscuous mode when i try to the debug the problem using logic analyzer i see the packet structure is as i want to first there is a preamble,SFD, my payload and FCS did i miss something? thanks for the help |
RE: UDP EThernet Nexsys ddr
by Nable80 on Oct 13, 2024 |
Nable80
Posts: 10 Joined: Dec 28, 2011 Last seen: Oct 13, 2024 |
||
Are you sure you're using correct destination and source MAC addresses in your packets? Can you post a pcap dump?
I also have a suspicion about ARP support (use tcpdump/wireshark to check what queries are sent by your host machine) but the first thing is to check addresses and checksums. |
1/1